removed extra control actions per in video update
authorMichael Dale <dale@users.mediawiki.org>
Sat, 25 Jul 2009 20:49:27 +0000 (20:49 +0000)
committerMichael Dale <dale@users.mediawiki.org>
Sat, 25 Jul 2009 20:49:27 +0000 (20:49 +0000)
js2/mwEmbed/libClipEdit/mvClipEdit.js

index deea8e8..5023add 100644 (file)
@@ -381,13 +381,8 @@ mvClipEdit.prototype = {
                        _this.setInOutBindings();                       
                }
                $j('#'+this.control_ct).append( _this.getInsertDescHtml() );
-               
-               if( _this.p_rsdObj && _this.p_rsdObj.import_url_mode == 'none'){                        
-                       $j('#'+this.control_ct).append(  gM('no_import_by_url') + '<br>' +                       
-                               '<a href="#" class="mv_cancel_img_edit" title="' + gM('mv_cancel_image_insert')+'">' + gM('mv_cancel_image_insert') + '</a> ' );
-               }else{                                                                          
-                       this.updateInsertControlActions();
-               }                                                               
+               //update control actions                                                                                
+               this.updateInsertControlActions();                                                                              
        },
        setInOutBindings:function(){
                var _this = this;